home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / elecmail / artnod13.zip / ARTNODE.CFG next >
Text File  |  1993-02-04  |  7KB  |  154 lines

  1. ;******************************************************************************
  2. ;*                                                                            *
  3. ;*           Sample Configuration File for The Art Node Lister 1.20           *
  4. ;*                                                                            *
  5. ;*                                                                            *
  6. ;*      For any questions, comments or bug report please contact:             *
  7. ;*      Author:      Philippe Feuerstein, 2:323/3@Fidonet                     *
  8. ;*      Support BBS: L'Art Des Choix!, (+33) 75-67-61-64, 14400 HST V32b      *
  9. ;*                                                                            *
  10. ;*      Filename of the configuration file must be Artnode.Cfg                *
  11. ;*      It must reside in the Artnode.Exe directory                           *
  12. ;*                                                                            *
  13. ;*      Line format is: VARIABLE  value.                                      *
  14. ;*      Everything after ; or % is only comments.                             *
  15. ;*                                                                            *
  16. ;*      Any value defined here can be overriden by command line               *
  17. ;*                                                                            *
  18. ;******************************************************************************
  19.  
  20.  
  21. ;******************************************************************************
  22. ; NODELIST_DIR: Directory where reside the Nodelist (with or without trailing \)
  23. ;               Command line equivalent switch: /p
  24. ;               If omitted here and in command line, default to current path.
  25. ;               The newly generated nodelist will also go in this directory.
  26. ;******************************************************************************
  27.  
  28. NODELIST_DIR           D:\Nodelist
  29.  
  30.  
  31.  
  32.  
  33. ;******************************************************************************
  34. ; NODELIST_NAME: Name of the Nodelist without extension. Eg: nodelist, egglist
  35. ;                Command line equivalent switch: /n
  36. ;                If omitted here and in command line, default to NODELIST.
  37. ;******************************************************************************
  38.  
  39. NODELIST_NAME          Nodelist
  40.  
  41.  
  42.  
  43.  
  44. ;******************************************************************************
  45. ; NODEDIFF_DIR: Directory where reside the Nodediff (with or without trailing \)
  46. ;               Command line equivalent switch: /i
  47. ;               If omitted here and in command line, default to current path.
  48. ;******************************************************************************
  49.  
  50. NODEDIFF_DIR           C:\Fd\Inbound
  51.  
  52.  
  53.  
  54.  
  55. ;******************************************************************************
  56. ; NODEDIFF_NAME: Name of the Nodelist without extension. Eg: nodediff, eggdiff
  57. ;                Command line equivalent switch: /d
  58. ;                If omitted here and in command line, default to NODEDIFF.
  59. ;******************************************************************************
  60.  
  61. NODEDIFF_NAME          Nodediff
  62.  
  63.  
  64.  
  65.  
  66. ;******************************************************************************
  67. ; ADDRESS:      Address used for List or Subset. Must be Zone:Region
  68. ;               Command line equivalent switch: /a
  69. ;               Eg: 2:0 for the whole zone 2
  70. ;                   2:32 for zone 2, region 32
  71. ;                   2:323 for zone 2, net 323
  72. ;******************************************************************************
  73.  
  74. ADDRESS                2:32
  75.  
  76.  
  77.  
  78.  
  79. ;******************************************************************************
  80. ; OUTPATH:      Directory where will go generated List or Subset
  81. ;               If omitted here and in command line, default to current path.
  82. ;               Command line equivalent switch: /o
  83. ;******************************************************************************
  84.  
  85. OUTDIR                 C:\Files\Nodediff
  86.  
  87.  
  88.  
  89.  
  90. ;******************************************************************************
  91. ; PACKER:       Packer used for compressing Subset. Archiver programm must be
  92. ;               on your path.
  93. ;               If omitted here and in command line, default to NONE.
  94. ;                     Switch      Arc-Type        Archiver used
  95. ;                       N           None
  96. ;                       A           ARC             PkPak.Exe
  97. ;                       J           ARJ             Arj.Exe
  98. ;                       L           LHA             Lha.Exe
  99. ;                       Z           ZIP             PkZip.Exe
  100. ;******************************************************************************
  101.  
  102. PACKER                 A
  103.  
  104.  
  105.  
  106.  
  107. ;******************************************************************************
  108. ; HUB:                  Include Hub(s) in Dbf and Bulletins
  109. ;               Command line switch equivalent: /u
  110. ;               If omitted here and in command line, default to YES.
  111. ;               NO means do not include, anything else include
  112. ;******************************************************************************
  113.  
  114. HUB                    Yes
  115.  
  116.  
  117.  
  118.  
  119. ;******************************************************************************
  120. ; Colors:      These define the colors used in ANS and AVT bulletin when used
  121. ;              The format is ForegroundColor/BackgroundColor.
  122. ;              Possible colors are: BLACK, BLUE, GREEN, CYAN, RED, MAGENTA,
  123. ;                                   BROWN, WHITE for background
  124. ;
  125. ;                                   BLACK, BLUE, GREEN, CYAN, RED, MAGENTA,
  126. ;                                   BROWN, WHITE, GRAY, B_BLUE, B_GREEN,
  127. ;                                   B_CYAN, B_RED, B_MAGENTA, B_YELLOW,
  128. ;                                   B_WHITE for foreground (B stands for bright)
  129. ;
  130. ;              If not specified, a default palette is used (try it!), shown as
  131. ;              example below.
  132. ;
  133. ; BORDER_COLOR: For the borders
  134. ; SHADOW_COLOR: For the shadow
  135. ; TEXT_COLOR:   For the main text
  136. ; REGION_COLOR: For the Net or Country text lines
  137. ; TITLE_COLOR:  For the Name, Location, Telephone, Baud line
  138. ; PUB_COLOR:    For my advertisement lines
  139. ;******************************************************************************
  140.  
  141.  
  142. ;BORDER_COLOR          YELLOW/BLUE
  143. ;SHADOW_COLOR          CYAN/BLACK
  144. ;TEXT_COLOR            WHITE/BLUE
  145. ;REGION_COLOR          B_BLUE/BLUE
  146. ;TITLE_COLOR           B_GREEN/BLUE
  147. ;PUB_COLOR             B_RED/BLUE
  148.  
  149.  
  150.  
  151. ;******************************************************************************
  152. ; The End...
  153. ;******************************************************************************
  154.